projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1959436
)
* nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs.
author
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 20 Nov 2013 13:03:43 +0000
(14:03 +0100)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 20 Nov 2013 13:03:43 +0000
(14:03 +0100)
src/ChangeLog
patch
|
blob
|
history
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 7b225d7f188b90bebfa38a71d6aa394fd724b7f8..2b22e09461fedd4063b905072e5612f02d2a3bf5 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2013-11-20 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsterm.m (init, run, stop:): Comment out for now, does not work
+ with dialogs.
+
2013-11-19 Paul Eggert <eggert@cs.ucla.edu>
* charset.c (syms_of_charset): Don't read past end of string.
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 0e7667b6dc653c5b1083ac5d217bee2b76c9b82e..991be1f03968b150761dc37d54446b96b4836efe 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-4367,6
+4367,7
@@
ns_term_shutdown (int sig)
@implementation EmacsApp
+#if 0
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9
- (id)init
{
@@
-4406,6
+4407,7
@@
ns_term_shutdown (int sig)
shouldKeepRunning = NO;
}
#endif
+#endif
- (void)logNotification: (NSNotification *)notification
{